Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DisplayFieldCollection<T> Class / OnClearComplete Method


In This Topic
OnClearComplete Method (DisplayFieldCollection<T>)
In This Topic
Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance.
Syntax
'Declaration
 
Protected Overrides Sub OnClearComplete() 
 
'Usage
 
Dim instance As DisplayFieldCollection(Of T)
 
instance.OnClearComplete()
See Also